projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c05524a
)
(html-tag-alist): Fix the entry for "font".
author
Richard M. Stallman
<rms@gnu.org>
Wed, 14 Aug 1996 21:32:10 +0000
(21:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 14 Aug 1996 21:32:10 +0000
(21:32 +0000)
lisp/textmodes/sgml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/sgml-mode.el
b/lisp/textmodes/sgml-mode.el
index e3cb71c569e6410e8b0b44e0ce433e9b9145afee..5b4c5fb52a81ba4c5aae88d3dab9b8601a6a356b 100644
(file)
--- a/
lisp/textmodes/sgml-mode.el
+++ b/
lisp/textmodes/sgml-mode.el
@@
-886,7
+886,7
@@
This takes effect when first loading the library.")
`(("a" ,name ,@link)
("base" t ,@href)
("dir" ,@list)
- ("font"
"size" ("-1") ("+1") ("-2") ("+2") ,@(cdr (cdr 1-9
)))
+ ("font"
("size" ("-1") ("+1") ("-2") ("+2") ,@(cdr (cdr 1-9)
)))
("form" (\n _ \n "<input type=\"submit\" value=\"\">")
("action" ,@(cdr href)) ("method" ("get") ("post")))
("h1" ,@align)